home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8008 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.iadfw.net!usenet
  2. From: Mark Nelson <markn@airmail.net>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: STL
  5. Date: Sat, 17 Feb 1996 10:47:35 -0600
  6. Organization: customer of Internet America
  7. Message-ID: <312606A7.1193@airmail.net>
  8. References: <4g2s4j$583@news.iii.net>
  9. NNTP-Posting-Host: dal10-23.ppp.iadfw.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0GoldB1 (Win95; I)
  14.  
  15. Linda Kasparek wrote:
  16. > I'm going to go out on a limb here and ask the obvious:  where's the implementation for STL?  
  17.  
  18. Hi Linda,
  19.  
  20. The HP distribution of the STL has nearly all of its code in header files.  This is the quick and 
  21. easy way to write a template based library.  Clever programmers manage to move some of the 
  22. common code pieces out of template functions and into library files.  Companies like ObjectSpace 
  23. have implementations of the STL that do this to prevent code bloat.  Microsoft could have done 
  24. this, but opted for the shovel-ware approach instead.
  25.  
  26. Mark Nelson
  27. see http://web2.airmail.net/markn  for STL links
  28.